import jasmine-standalone-1.3.1.zip
[mkws-moved-to-github.git] / examples / jasmine / src / Song.js
diff --git a/examples/jasmine/src/Song.js b/examples/jasmine/src/Song.js
new file mode 100644 (file)
index 0000000..a8a3f2d
--- /dev/null
@@ -0,0 +1,7 @@
+function Song() {
+}
+
+Song.prototype.persistFavoriteStatus = function(value) {
+  // something complicated
+  throw new Error("not yet implemented");
+};
\ No newline at end of file