mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-01 14:47:37 -04:00
threw out slate, mustache and zepto. replaced with minified.js
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function() {
|
||||
var Api = this;
|
||||
|
||||
var testHandler = function() {
|
||||
console.debug('KEEGAN: EVENT', this);
|
||||
Api.getItemByAppKey('background').off(testHandler);
|
||||
};
|
||||
|
||||
Api.getItemByAppKey('background').on('change', testHandler);
|
||||
|
||||
console.debug('custom fn worked');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user