blob: 89a20f4fa6439c88e267c5b4bbcd2b3915bb05c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  | 
(function($) {
	var App = function() {
		this.initialize = function() {
			var sample_editor = new SampleEditor();
			sample_editor.initialize();
		};
		return this;
	};
	var app = new App();
	app.initialize();
})(jQuery);
$.embedly.defaults.key = 'e2dcb7bae5a443bfbb5f726daf05549f';
  |