spec/dummy/tmp/cache/assets/test/sprockets/f1d877035839e65c2d5425d59e44bb2a in woo-0.1.6 vs spec/dummy/tmp/cache/assets/test/sprockets/f1d877035839e65c2d5425d59e44bb2a in woo-0.1.7

- old
+ new

@@ -1,9 +1,9 @@ {I" class:ETI"ProcessedAsset;FI"logical_path;TI"woo/application.js;FI" pathname;TI"J/Users/itg/git/adorable/woo/app/assets/javascripts/woo/application.js;FI"content_type;TI"application/javascript;TI" -mtime;Tl+@(+TI" length;Ti¥2 -I" digest;TI"%f326e92a79fa717f48c985f6d8c6ddbe;FI" source;TI"¥2 +mtime;Tl+2Ñ?TI" length;Tig3 +I" digest;TI"%5cdabf42b342828417ea38ee71a87be8;FI" source;TI"g3 (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ var Highlight = function() { /* Utility functions */ @@ -18494,10 +18494,11 @@ this.openMenu = __bind(this.openMenu, this); hljs.initHighlighting(); this.setupEvents(); this.bindWidthPickers(); this.activateCodeShowing(); + this.executeColorTransmogrification(); } Woo.prototype.openMenu = function() { $('body').addClass('open'); if (this.delayedClose) { @@ -18525,10 +18526,18 @@ return $('div.location').click(function() { return $(this).toggleClass('show-code'); }); }; + Woo.prototype.executeColorTransmogrification = function() { + var previewColor; + previewColor = $('body').css('background-color'); + return $('dd.preview').css({ + 'background-color': previewColor + }); + }; + Woo.prototype.setupEvents = function() { $('body').on('mouseleave', 'nav', this.closeMenuEventually); $('body').on('mouseover', 'nav', this.openMenu); $('body nav').on('click', '.menu', this.closeMenu); $('nav .nav-item-list [href]').on('click', this.closeMenu); @@ -18539,11 +18548,10 @@ } else { return $('body nav').removeClass('near-menu'); } }; })(this)); - $('nav .nav-item .nav-item-icon').on('mouseover', this.openNavItem); return $('nav .nav-item .nav-item-title').on('click', this.openNavItem); }; Woo.prototype.openNavItem = function(e) { $('nav .nav-item').removeClass('open'); @@ -18559,7 +18567,7 @@ }); },{"highlight.js":2,"jquery":95,"underscore":96}]},{},[97]) ; -;TI"dependency_digest;TI"%be2c2ed0183cddb7d4420581b3309d25;FI"required_paths;T[I"J/Users/itg/git/adorable/woo/app/assets/javascripts/woo/application.js;FI"dependency_paths;T[{I" path;TI"J/Users/itg/git/adorable/woo/app/assets/javascripts/woo/application.js;FI" -mtime;TI"2014-09-30T18:01:36-04:00;TI" digest;TI"%96d5f03c090895630ab67957579a04d7;FI" _version;TI"%f9f39fb687a2f0a0ceb7a52f07025205;F +;TI"dependency_digest;TI"%27b2b679f58c604214f59b596c34a617;FI"required_paths;T[I"J/Users/itg/git/adorable/woo/app/assets/javascripts/woo/application.js;FI"dependency_paths;T[{I" path;TI"J/Users/itg/git/adorable/woo/app/assets/javascripts/woo/application.js;FI" +mtime;TI"2014-10-16T10:07:46-04:00;TI" digest;TI"%05d01b4fe821b2b1d0eed0e5cd2b04de;FI" _version;TI"%b6c70b87efed0508570ec8d46b0da157;F \ No newline at end of file