Skip to content

Instantly share code, notes, and snippets.

View pushrax's full-sized avatar
๐Ÿ”ฌ

jli pushrax

๐Ÿ”ฌ
View GitHub Profile
class window.Testing extends Batman.App
data = []
class Testing.Storage extends Batman.StorageAdapter
readAll: @skipIfError (env, next) ->
env.result = env.records = @getRecordsFromData(data, env.subject)
next()
class Testing.Model extends Batman.Model