whoops, add license to embedder.js and it's spec

This commit is contained in:
Dan Hansen 2011-01-22 23:43:48 -06:00
parent bdf559bb2b
commit ace9e8c3d8
2 changed files with 6 additions and 14 deletions

View file

@ -1,12 +1,7 @@
/**
* Created by .
* User: dan
* Date: Jan 22, 2011
* Time: 10:37:19 PM
* To change this template use File | Settings | File Templates.
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
var Embedder = {
services: {},
register: function(service, template) {

View file

@ -1,9 +1,6 @@
/**
* Created by .
* User: dan
* Date: Jan 22, 2011
* Time: 11:15:17 PM
* To change this template use File | Settings | File Templates.
/* Copyright (c) 2010, Diaspora Inc. This file is
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
describe("Embedder", function() {
describe("services", function() {