Sha256: fce567eca67e9d184a7daa6ff6365bc9ff486e2b3634bf05be0519ff034326c7

Contents?: true

Size: 738 Bytes

Versions: 1

Compression:

Stored size: 738 Bytes

Contents

/*
	Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
	Available via Academic Free License >= 2.1 OR the modified BSD license.
	see: http://dojotoolkit.org/license for details
*/

//>>built
define("dojo/data/api/Notification",["../../_base/declare","./Read"],function(_1,_2){
return _1("dojo.data.api.Notification",_2,{getFeatures:function(){
return {"dojo.data.api.Read":true,"dojo.data.api.Notification":true};
},onSet:function(_3,_4,_5,_6){
throw new Error("Unimplemented API: dojo.data.api.Notification.onSet");
},onNew:function(_7,_8){
throw new Error("Unimplemented API: dojo.data.api.Notification.onNew");
},onDelete:function(_9){
throw new Error("Unimplemented API: dojo.data.api.Notification.onDelete");
}});
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dojo-rails-0.14.0 vendor/assets/javascripts/dojo/data/api/Notification.js