spec/dummy/tmp/cache/assets/test/sprockets/3b16065c9fb836d1aef2d2f9d00ca982 in storytime-0.0.4 vs spec/dummy/tmp/cache/assets/test/sprockets/3b16065c9fb836d1aef2d2f9d00ca982 in storytime-1.0.0
- old
+ new
@@ -1,28 +1,32 @@
{I"
class:ETI"BundledAsset; FI"logical_path; TI"storytime/posts.js; FI"
pathname; TI"[/Users/ben/flyover/projects/storytime/app/assets/javascripts/storytime/posts.js.coffee; FI"content_type; TI"application/javascript; TI"
-mtime; Tl+˝ĂSI"length; Ti1I"digest; TI"%7225ef107ee73e398b3876170954f3ea; FI"source; TI"1(function() {
+mtime; Tl+=1TI"length; TiI"digest; TI"%1e2e989fbb058d35340f5451fec26b67; FI"source; TI"(function() {
Storytime.Dashboard.Posts = (function() {
function Posts() {}
Posts.prototype.initNew = function() {
- return (new Storytime.Dashboard.Editor()).init();
+ this.editor = new Storytime.Dashboard.Editor();
+ return this.editor.init();
};
Posts.prototype.initEdit = function() {
- return (new Storytime.Dashboard.Editor()).init();
+ this.editor = new Storytime.Dashboard.Editor();
+ return this.editor.init();
};
Posts.prototype.initCreate = function() {
- return (new Storytime.Dashboard.Editor()).init();
+ this.editor = new Storytime.Dashboard.Editor();
+ return this.editor.init();
};
Posts.prototype.initUpdate = function() {
- return (new Storytime.Dashboard.Editor()).init();
+ this.editor = new Storytime.Dashboard.Editor();
+ return this.editor.init();
};
return Posts;
})();
}).call(this);
-; TI"required_assets_digest; TI"%1cec05ca8aa647c4920f5d7df6f3f957; FI"
_version; TI"%2b66aa67c90052d553e0328c249bc9b0; F
+; TI"required_assets_digest; TI"%813e81ff9ae7acf2cc4ba360d0e2ff66; FI"
_version; TI"%64b22cf9f770209c1e0beb31754a8cbc; F
\ No newline at end of file